When working with data files, one
When retrieving data from linked data files in one
{customer.REGION} in "CA" to "IL" AND
Remainder ({customer.CUSTOMER ID},2)=0
In this formula, the part before the "and" operator contains range selection criteria for the Region field. The region must fall alphabetically between "CA" and "IL." The program passes this kind of condition down to either the database DLL (for PC data) or the server (for SQL data). See Record Selection.
The second half of the selection formula, however, requires processing that must be done in the Report Engine. It uses a built
To find two records in Table A and the 100 records in Table B that match the Table A records, the program reads 200 records.
Note: The lookup table in a link (Table B) must always be indexed; otherwise, you will not be able to link the tables.
To find two records in Table A and the 100 records in Table B that match the Table A records, the program reads 2600 records.
If your primary report is based on Table A, the subreport is based on Table B, and the records are linked, your primary considerations are as follows:
| Seagate Software, Inc. http://www.seagatesoftware.com Please send comments to: techpubs@seagatesoftware.com |